terminal emulator - definitie. Wat is terminal emulator
Diclib.com
Online Woordenboek

Wat (wie) is terminal emulator - definitie

PROGRAM THAT EMULATES A VIDEO TERMINAL
Terminal program; Comm program; Term program; Terminal emulation; Termainal emulator; Console window; Terminal Emulator; Comunications terminal program; Terminal software; GUI terminal; Term (computers); Terminal window; Telemate
  • [[Windows Terminal]], an open-source terminal emulator for [[Windows 10]] and [[Windows 11]]
  • [[xterm]], a terminal emulator designed for the [[X Window System]]

terminal emulator         
<communications> A program that allows a computer to act like a (particular brand of) terminal, e.g. a vt-100. The computer thus appears as a terminal to the host computer and accepts the same escape sequences for functions such as cursor positioning and clearing the screen. xterm is a terminal emulator for the X Window System. (1995-02-16)
terminal emulation         
What a terminal emulator does.
Terminal emulator         
A terminal emulator, or terminal application, is a computer program that emulates a video terminal within some other display architecture. Though typically synonymous with a shell or text terminal, the term terminal covers all remote terminals, including graphical interfaces.

Wikipedia

Terminal emulator

A terminal emulator, or terminal application, is a computer program that emulates a video terminal within some other display architecture. Though typically synonymous with a shell or text terminal, the term terminal covers all remote terminals, including graphical interfaces. A terminal emulator inside a graphical user interface is often called a terminal window.

A terminal window allows the user access to a text terminal and all its applications such as command-line interfaces (CLI) and text user interface (TUI) applications. These may be running either on the same machine or on a different one via telnet, ssh, dial-up, or over a direct serial connection. On Unix-like operating systems, it is common to have one or more terminal windows connected to the local machine.

Terminals usually support a set of escape sequences for controlling color, cursor position, etc. Examples include the family of terminal control sequence standards known as ECMA-48, ANSI X3.64 or ISO/IEC 6429.